TLiteBackup class overview.
Properties
| Name | Description |
|
DestinationConnection |
Specifies the destination connection for the backup.
|
|
DestinationDatabaseName |
Specifies the name of the destination database.
|
|
PagesPerStep |
Specifies the number of database pages to be copied in one step.
|
|
SourceConnection |
Specifies the source connection for the backup.
|
|
SourceDatabaseName |
Specifies the name of the source database.
|
|
WaitDelay |
Specifies the wait delay during which the backup process waits until the source database lock is released.
|
|
WaitTimeout |
Specifies the total wait time for which the backup process waits until the source database lock is released.
|
|
WaitWhenLocked |
Specifies, whether the backup process waits until the source database becomes unlocked.
|
Methods
| Name | Description |
|
Backup |
Starts the backup process
|
Events
| Name | Description |
|
OnProgress |
Occurs during the backup process after copying a portion of database pages.
|